home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Pause(2) May. 1, 1992 Pause(2)
-
-
- N✓NA✓AM✓ME✓E
- Pause - suspend process until a signal is received
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- void Pause();
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- _✓P_✓a_✓u_✓s_✓e causes the calling process to go to sleep until a
- signal that is not being ignored or masked is received. If
- a signal handler has been established for that signal with
- the _✓P_✓s_✓i_✓g_✓n_✓a_✓l system call, then the handler is invoked
- before _✓P_✓a_✓u_✓s_✓e returns; if the handler does a longjmp to a
- different point in the program, if it exits the program,
- or if the signal handler was set to SIG_DFL and the
- default action for the signal is to terminate the process,
- then _✓P_✓a_✓u_✓s_✓e will never return.
-
- S✓SE✓EE✓E A✓AL✓LS✓SO✓O
- _✓P_✓s_✓i_✓g_✓b_✓l_✓o_✓c_✓k(2), _✓P_✓s_✓i_✓g_✓n_✓a_✓l(2), _✓P_✓s_✓i_✓g_✓p_✓a_✓u_✓s_✓e(2), _✓P_✓s_✓i_✓g_✓s_✓e_✓t_✓m_✓a_✓s_✓k(2)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Version 0.95 MiNT Programmer's Manual 1
-
-
-